home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
Unprotected Memory
/
FixPermissions.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2001-06-23
|
112 b
|
7 lines
#!/bin/sh
sudo /Developer/Tools/SetFile -t 'APPL' $1
sudo chown root $1
sudo chgrp wheel $1
sudo chmod u+sx $1